home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / Interfaces / Handmade / ODTypes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-13  |  1.6 KB  |  83 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ODTypes.h
  3.  
  4.     Contains:    Central type-declaration header for OpenDoc
  5.  
  6.     Owned by:    Richard Rodseth
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <3>      9/6/95    RR        #1231656 Moved constants to StdDef.idl
  13.          <2>     2/14/95    jpa        Don't include ODTypesB.xh in non-C++ case!
  14.                                     [1216470]
  15.          <1>     1/25/95    jpa        first checked in
  16.                                  ---Moved to ODSOM:Interfaces:Handmade:
  17.          <4>     1/13/95    RR        Include GeoTypes before ODTypesM.xh
  18.          <3>     6/15/94    jpa        Moved ODTypesF.h before ODTypesM.xh.
  19.          <2>     5/23/94    RR        Include GeoTypes and Polygon
  20.  
  21.     To Do:
  22.     
  23.     In Progress:
  24.         
  25. */
  26.  
  27. /* This file is handmade, not generated from IDL. */
  28.  
  29. #ifndef _ODTYPES_
  30. #define _ODTYPES_
  31.  
  32. #ifndef _ODTYPESF_
  33. #include <ODTypesF.h>    
  34. #endif
  35.  
  36. #ifdef __cplusplus
  37.  
  38.     #ifndef SOM_Module_OpenDoc_Global_TypesB_defined
  39.     #include <ODTypesB.xh>
  40.     #endif
  41.     
  42.     #ifndef SOM_Module_OpenDoc_GeoTypes_defined
  43.     #include <GeoTypes.xh>    
  44.     #endif
  45.     
  46.     #ifndef SOM_Module_OpenDoc_Global_Types_defined
  47.     #include <ODTypesM.xh>
  48.     #endif
  49.  
  50.     #ifndef SOM_Module_OpenDoc_StdDefs_defined
  51.     #include <StdDefs.xh>
  52.     #endif
  53.     
  54.     #ifndef SOM_Module_OpenDoc_Polygon_defined
  55.     #include <Polygon.xh>    
  56.     #endif
  57.  
  58. #else
  59.  
  60.     #ifndef SOM_Module_OpenDoc_Global_TypesB_defined
  61.     #include <ODTypesB.h>
  62.     #endif
  63.     
  64.     #ifndef SOM_Module_OpenDoc_GeoTypes_defined
  65.     #include <GeoTypes.h>    
  66.     #endif
  67.     
  68.     #ifndef SOM_Module_OpenDoc_Global_Types_defined
  69.     #include <ODTypesM.h>
  70.     #endif
  71.  
  72.     #ifndef SOM_Module_OpenDoc_StdDefs_defined
  73.     #include <StdDefs.h>
  74.     #endif
  75.     
  76.     #ifndef SOM_Module_OpenDoc_Polygon_defined
  77.     #include <Polygon.h>    
  78.     #endif
  79.     
  80. #endif
  81.  
  82. #endif // _ODTYPES_
  83.